20206 Collections are not allowed in the 'group by' clause.
20207 Collections are not allowed in the 'distinct' clause.
20208 Collections are not allowed in the 'order by' clause.
20209 Collections are not allowed in the expression.
20210 A collection data type must be supplied within this context.
20211 FROM clause cannot have a join when one of the table is a collection.
20212 No WHERE, GROUPBY, HAVING or ORDERBY clause are allowed on a collection.
20213 Select list cannot have expression when selecting from a collection.
20214 Derived column list is not allowed for this statement.
20215 AT keyword is not allowed when inserting in a base table.
20216 Position value should be specified through a constant or a variable.
20217 Source for the SET clause should be a simple expression.
20218 Aliasing is not allowed for a collection of ROW types.
20219 Variable (%s) is not of collection type.
20220 Can not select the collection variable (%s).
20221 The number of derived columns do not match the actual number of columns.
20222 Collection variable (%s) cannot be defined as Global.
20223 Internal length must be greater than zero and smaller than 32760.
20224 Maximum length must be greater than zero and smaller than 32740.
20225 Alignment must be set to 1, 2, 4 or 8.
20226 Maximum length should be set for variable/* -sized opaque types only.
20227 Passedbyvalue can only be set if length is 1, 2, or 4.
20228 Type (%s) not found.
20229 Not owner of type.
20230 Cannot drop type (%s): still in use.
20231 Opaque type (%s) already exists in database.
20232 Value does not match the type of column (%s).
20233 ALTER TABLE can not modify column (%s) type. Need a cast from the current type to the new type.
20234 No cast from %s.
20235 Illegal attempt to convert an opaque type into another type.
20236 Opaque type exceeded its maximum length.
20237 Cast function (%s) does not exist.
20238 Grant/Revoke under on base types disallowed.
20239 Grant/Revoke under on distinct of non/* -row types disallowed.
20240 Cannot drop type (%s): distinct type defined over the type.
20241 Drop type can only drop opaque type or distinct type.
20242 A quoted string exceeds 32768 bytes.
20243 Type (%s) is not hashable.
20244 Type (%s) does not have Equal function.
20245 Cannot execute cast from user/* -defined data type to character format.
20246 Result of a boolean expression is not of boolean type.
20247 Cannot drop type (%s): cast(s) defined for the type.
20248 Invalid value specified for a boolean type.
20249 Cannot transport a user/* -defined type to a pre/* -UDS client.
20250 Right hand side of IN expression must be a COLLECTION type.
20251 Blobs are not allowed in the 'Union' clause.
20252 Grant/Revoke UNDER on untyped table is not allowed.
20253 UNDER privilege required to create subtype/subtable.
20254 Element types of collection are not unique, explicit casting required.
20255 Cannot rename a column in a typed table.
20256 Cannot create a distinct type of type (%s)
20300 Routine (%s) ambiguous /* - more than one routine resolves to given signature.
20301 An EXTERNAL PROCEDURE cannot have a RETURN clause.
20302 When a FUNCTION is created, the RETURN clause must be specified.
20303 Modifiers VARIANT and NOT VARIANT cannot be used in the same routine.
20304 For SPL routine, parameter must be named.
20305 The modifier (%s) is not valid for SPL routines.
20306 END PROCEDURE/FUNCTION does not match with CREATE PROCEDURE/FUNCTION.
20307 Modifiers COMMUTATOR, NEGATOR and ITERATOR are not allowed for a PROCEDURE.
20308 SELFUNC/SELCONST modifiers can be used only in FUNCTIONs.
20309 More than one distinct type of the parameter type has cast from argument type.
20310 Overloading of built/* -in functions is not allowed.
20311 Late bound functions cannot have different number of return values.
20312 Late bound functions cannot have different return types or lengths or precision/scale.
20313 Identifier length exceeds the maximum allowed by this version of the server.
20314 OUT parameter can only be the last parameter of a routine.
20315 A procedure cannot have any OUT parameters.
20316 This routine (%s) has the same specific name as another routine.
20317 Owner name specified in the routine name and specific name must be the same.
20318 Owner name specified in the specific name must be the current user.
20319 A routine and an aggregate cannot share the same name.
20320 Module name or language name specified is not valid.
20321 Module named could not be unloaded while in use.
20340 Execution of remote routine (%s) with non/* -built/* -in types is not allowed.
20341 Internal error /* - cannot pass arguments in C style to routine requiring casts.
20342 Implicit system cast failed.
20343 Internal error /* - unable to determine all routines in statement.
20344 BUILTIN routine %s defintion does not match internal operator.
20345 Passing arguments in C style not yet supported for SPL routines.
20346 (EV1 only) passing arguments in C style not supported for BUILTIN routines.
20347 Passing arguments in C style not yet supported when using parameter defaults.
20348 Cannot convert argument types when passing arguments by name, routine %s.
20349 External functions are not yet supported in an iterator (cursory procedure) context.
20350 Routine (%s) determined during PREPARE and BIND/EXECUTE return different types.
20352 Argument must be a Statement Local Variable for an OUT parameter.
20353 Unable to find User Defined Routine with the given id.
20354 No usage privilege.
20355 Modifiers SELCONST and SELFUNC cannot be used in the same routine.
20356 Modifiers COSTFUNC and PERCALL_COST cannot be used in the same routine.
20380 SLV (%s) cannot be produced from a UDR called from outside the WHERE clause.
20381 SLV cannot be an argument to a function invoked explicitly by EXECUTE or CALL.
20382 Statement Local Variable (%s) has already been defined.
20383 Statement local variable (%s) must be identified as a select number in the GROUP BY list.
20384 SLV (%s) has no producer/* -UDR; or is outside the scope of the producer/* -UDR.
20385 Only iterative UDR allowed in this context.
20386 SLV's not allowed in the from clause.
20387 Only OP_UDR is allowed as part of iterator derived table.
20390 Language Manager initialization failed.
20391 User Defined Routine (%s) execution failed.
20392 User Defined Routine Language initialization failed.
20393 User Defined Routine (%s) module load failed.
20394 User Defined Routine (%s) load failed.
20395 User Defined Routine unload failed.
20396 User Defined Routine module unload failed.
20397 User Defined Routine Language shutdown failed.
20398 User Defined Routine Language lookup failed.
20399 User Defined Routine (%s) VP context switch failed.
20400 Table (%s) is typed.
20401 Can not alter table (%s) to add type. Incompatible.
20402 Can not alter typed table (%s).
20403 Can not create typed view (%s). Incompatible.
20404 Can not generate ROWIDS on typed table (%s).
20405 Serial/Serial8 datatypes allowed only as table column types.
20406 Can not have duplicate/null field names in unnamed row types.
20407 Temporary table (%s) can not be created with a type.
20408 Subtable's type must be a subtype of supertable's type.
20409 Cannot specify BLOBspace names on TEXT/BYTE field types.
20410 Smart/* -large/* -object error.
20411 Invalid smart/* -large/* -object fd (%d).
20412 Can not do implicit begin work.
20413 Can not do implicit commit work.
20414 Invalid default sbspace name (%s).
20415 Invalid filename specification (%s).
20416 Btree index not allowed on blob/clob columns.
20417 Functional key allowed only for Btree index.
20418 Error detected in sql smart/* -large/* -object hash table.
20419 Column (%s) incorrect type for storage in sbspace.
20420 Sbspace (%s) does not exist.
20421 Space (%s) is not an sbspace.
20422 Can not delete smart/* -large/* -object.
20431 Could not find opclass id (%d) while resolving compare routine for index.
20432 Could not find routine (%s) while resolving compare routine.
20433 Could not find extended type (%d) for index.
20434 [Internal] Could not find routine env (%d) for functional key.
20435 Could not find routine id (%d) for functional key.
20436 Could not initialize sequence for routine (%s)
20437 [Internal] Could not commute expression.
20438 Cannot create operator class for a primary access method.
20439 Cannot mix generic and specific operators in an operator class.
20440 Invalid number of strategies or support function for btree.
20441 Operator class for key part not specified or invalid.
20442 Specification of ASC/DESC only applicable to btree.
20443 Invalid number of arguments for functional key.
20444 Invalid function (%s) used in a functional key.
20445 Access method (%s) does not exist in database.
20446 Operator class (%s) does not exist in database.
20447 [Internal] Error while trying to set up start or end key for index read [%s]
20448 Functional key part cannot use a variant function (%s)
20449 Compare routine (%s) cannot be in SPL
20450 Compare routine (%s) cannot be a variant function.
20451 Access method (%s) already exists in database.
20452 Improper purpose (%s) used for access method.
20453 Duplicate purpose (%s) used for access method.
20454 Required purpose (%s) not used for access method.
20455 Unknown space (%s) used for virtual table/index.
20458 Unsupported option (%s) used for a virtual table/index.
20459 Index not created because its access method does not support unique keys.
20460 Improper access method used.
20461 Improper access method parameter information used for a virtual table/index.
20462 Could not initialize or execute access method routine.
20463 Opclass (%s) already exists in database.
20464 Improper strategy definition.
20465 Improper support definition.
20466 Cannot create external partition number.
20467 Access method (%s) not found.
20468 Not owner of access method.
20469 Cannot drop access method (%s): still in use.
20470 Cannot alter access method (%s): still in use.
20471 Alter fragment attach/detach for virtual table not supported.
20472 Cannot drop operator class (%s): still in use.
20473 Not owner of operator class
20474 Cannot rename database if it has a virtual table or index.
20475 Bad internal structure for collection data: unknown flag value.
20476 Opclass (%s) is not defined for this access method.
20477 NULL without cast not allowed for row/collection constructed type.
20478 An implied insert column does not accept NULLs.
20479 Access method does not support clustered index.
20480 Storage space (%s) is incompatible with the access method.
20482 Access method AM_SPTYPE purpose value (%s) is invalid.
20483 Could not determine the type of storage space (%s).
20484 No default storage space exists for the access method.
20485 Variant user defined routine can not be used in check constraint or fragment expression.
20486 User defined routine which generates OUTPUT parameter can not be used in check constraint or fragment expression.
20487 Remote user defined routine or cross database user defined routine can not be used in check constraint or fragment expression.
20488 Can not unidle a shared user defined routine sequence.
20489 Cannot drop procedure (%s). It is currently in use by a casting function in either check constraint or fragmentation expression.
20490 User defined function (%s) used in fragment expression does not match with any strategy functions of operator class.
20501 Domains are not supported.
20502 Domain (%s) not found.
20503 Not owner of domain.
20504 [Internal] Invalid extended type text.
20505 [Internal] No extended type information for domain.
20506 Cannot modify column datatype to collection type.
20507 Not allowed to modify collection type column.
20508 Columns of a row type may not contain fields of type text, byte, serial, or serial8.
20509 Nested row type not supported.
20510 Byte, Text, Serial or Serial8 datatypes in collection or row type not allowed.
20511 Defaults on collection type column not allowed.
20512 Constraints on collection type column not allowed.
20513 Collection derived table columns cannot be referenced in the 'where' clause of select, update, or delete statements or the projection list of select statements.
20514 Cannot set the start serial value when creating named row types.
20519 Cast already exists in database.
20520 Cannot create cast between identical types or cast between built/* -in types.
20521 Cannot locate source type xid (%d).
20523 Cannot create cast between incompatible types.
20524 Return type of %s function does not match the expected type.
20525 Must use default type parameter for distinct of %s type.
20526 Cannot order, index, reference or union row or collection types.
20527 Cannot use distinct of TEXT/BLOB as a parameter type.
20528 Must supply a cast function for cast between incompatible types.
20529 Failure while getting unique constraints violations from table (%s).
20530 Byte, Text, Serial or Serial8 datatypes in collection types not allowed.
20531 Byte and Text datatypes in row and collection types not allowed.
20540 Bad constructor type information.
20541 Expecting subtype for constructor (%s).
20542 Function (%s) needs cast to more specific type.
20543 Old style collection format. Collection data must be recreated.
20544 Cannot seek in non/* -scrollable collection
20545 Cannot modify a read/* -only collection
20546 Cannot open subquery collection twice
20550 Field referencing is not possible for non/* -row type expressions.
20551 One of the names in dotted sequence is not right.
20560 Combination of table/index fragmentation not allowed (%s)
20561 Cannot drop inherited object (%s).
20562 Non/* -collection host variable on right hand side of IN clause.
20563 Cannot explicitly cast to sendrecv type.
20564 Duplicate blob storage specification for column (%s)
20565 The maximum number of allowable sbspaces (%s) has been exceeded.
20566 Cannot create table with ref unless table is a typed table.
20567 No privilege to grant on type.
20568 Reference data type must reference a named row type (%s).
20569 Corrupted collection type information.
20570 Cannot determine host variable type during bind.
20571 Cannot determine the return types of a query or return types are inconsistent.
20572 ROW Type expected.
20573 Row buffer for collection of fixed size elements not of correct size.
20574 Cannot delete element from a ROW Type.
20575 Type of a table must be unique within a table hierarchy.
20576 Manipulation of NULL collection disallowed.
20577 Internal Error: hash value out of sync.
20578 Insertion of NULLs into a collection disallowed.
20579 Updating of a collection element to NULL is disallowed.
20580 LIST expected when inserting AT position.
20581 Delete disallowed on collection with other cursor references.
20582 Update disallowed on collection with other cursor references.
20583 Deleting a non/* -existing element.
20584 Cannot free a collection with other cursor references.
20585 Internal Error: invalid change log.
20586 Internal Error: corrupted collection.
20587 Cursor already registered.
20588 Cannot flatten a collection with other cursor references.
20589 Incorrect number of fields in the ROW Type.
20590 Cannot drop named row type (%s): still in use.
20591 Named row type (%s) already exists in database.
20592 Named row type (%s) not found.
20593 Not owner of named row type.
20594 Cannot use ONLY(TABLE(str)) over collections
20595 Table (%s) is not typed.
20596 Distinct type (%s) already exists in database.
20597 No usage permission on type (%s).
20598 Not owner of distinct type.
20599 System catalog inconsistency: cannot find sysinherits. child
30400 Role name already exists as a user or role.
30401 Role name cannot be %s.
30402 Name cannot appear as both role granted and grantee.
30403 Only role administrator or DBA can grant, revoke or drop role.
30404 Role does not exist.
30405 No privilege to set to the role.
30406 Cannot grant database privileges to a role.
30407 Cannot grant privileges to a role WITH GRANT OPTION.
30408 Username already exists as a rolename in the database.
30409 Invalid password to access the database.
30410 Cannot set database password for a role.
30411 Illegal usage of replication shadow columns.
30413 Cannot add CRCOLS when table already has replication shadow columns.
30414 Cannot drop CRCOLS when table does not have replication shadow columns.
30415 Cannot create a temp table with CRCOLS.
30416 Cannot perform this operation on a table defined for replication.
30417 Invalid syntax for STMT_CACHE_DEBUG environment variable.
30418 Cannot open file for statement cache debug
32100 RSAM error: Invalid column default value size.